home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / uupc.lzh / uupc / l_host.h < prev    next >
C/C++ Source or Header  |  1990-01-16  |  825b  |  38 lines

  1. /*
  2.  *    l_host.h
  3.  *
  4.  *    Amiga version
  5.  *
  6.  *    $Id: l_host.h,v 1.2 90/01/16 10:24:10 crash Exp Locker: crash $
  7.  */
  8.  
  9. #include <time.h>
  10. #include <errno.h>
  11. #include <ctype.h>
  12.  
  13. #define SAME     0
  14. #define    FALSE    0
  15. #define    TRUE    1
  16.  
  17. #define    TFILENAME    "tmpfile.%.7ld"    /* Note the ``%ld'' for LONGs */
  18. #define    SFILENAME    "SEQF"
  19.  
  20. #define SEPCHAR        '/'                /* path separater character        */
  21. #define SIGFILE        ".signature"    /* file containing signature    */
  22. #define POSTFILE    ".postsig"        /* [FJE] file for posting signature    */
  23. #define COPYFILE    "mail.sent"        /* copy of sent mail            */
  24.  
  25. #define HOSTINIT                    /* function used to initialize    */
  26.  
  27. #define FILEMODE(f)
  28.  
  29. #define    CALLFILE    "C.%s"
  30. #define    XQTFILE        "X.%s"
  31.  
  32. #include "genv.h"
  33.  
  34. #define index    strchr
  35. #define rindex    strrchr
  36. extern    char *fgets();
  37. extern     int    debuglevel;                  /* debugging level */
  38.